home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / living < prev    next >
Text File  |  2001-04-23  |  275b  |  14 lines

  1. SYNOPSIS
  2.         int living(object ob)
  3.  
  4. DESCRIPTION
  5.         Return true if ob is a living object (that is,
  6.         enable_commands() has been called from inside the ob).
  7.         ob may be 0.
  8.  
  9. EXAMPLE
  10.         living(this_player())
  11.         
  12. SEE ALSO
  13.         enable_commands(E)
  14.